Release 10.1A: OpenEdge Development:
Programming Interfaces
Creating and appending a node
In order to create an actual XML node, you use the
CREATE-NODE( )method on the parent object. After the node is created, you must append it to its parent by using theAPPEND-CHILD( )method. The following code fragment is an example of creating and appending the root node:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |